home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / tclX-6.4 / help / processes / kill < prev    next >
Encoding:
Text File  |  1992-12-17  |  442 b   |  10 lines

  1.  
  2.  
  3.           kill [signal] processlist
  4.                Send a signal to the each process in the list
  5.                processlist, if permitted.  Signal, if present, is the
  6.                signal number or the symbolic name of the signal, see
  7.                the signal system call manual page.  The leading
  8.                ``SIG'' is optional when the signal is specified by its
  9.                symbolic name.  The default for signo is 15, SIGTERM.
  10.